home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2001 May / SGI IRIX Base Documentation 2001 May.iso / usr / share / catman / p_man / cat3 / f90 / tiny.z / tiny
Encoding:
Text File  |  1998-10-30  |  2.5 KB  |  73 lines

  1. TINY(3I)                                               Last changed: 1-6-98
  2.  
  3.  
  4. NNAAMMEE
  5.      TTIINNYY - Returns the smallest positive value for a real argument
  6.  
  7. SSYYNNOOPPSSIISS
  8.      TTIINNYY (([XX==]_x))
  9.  
  10. IIMMPPLLEEMMEENNTTAATTIIOONN
  11.      UNICOS, UNICOS/mk, and IRIX systems
  12.  
  13. SSTTAANNDDAARRDDSS
  14.      Fortran 90
  15.  
  16. DDEESSCCRRIIPPTTIIOONN
  17.      The TTIINNYY intrinsic function returns the smallest positive number in
  18.      the real number model that represents number of the same type and kind
  19.      type parameter as the argument.  For more information on the real
  20.      number model, see the MMOODDEELLSS(3I) man page.  It accepts the following
  21.      argument:
  22.  
  23.      _x    Must be of type real.  It may be scalar or array valued.
  24.  
  25.      TTIINNYY is an inquiry function.  The name of this intrinsic cannot be
  26.      passed as an argument.
  27.  
  28. RREETTUURRNN VVAALLUUEESS
  29.      The result is a scalar with the same type and kind type parameter as
  30.      _x.  The result has the value
  31.       _e sub min-1
  32.      _b           , where _b and _e
  33.                                  min
  34.      (represented as "_e sub min" in the previous equation) are as defined
  35.      in the real number model, which represents numbers of the same type
  36.      and kind type parameter as _x.
  37.  
  38. EEXXAAMMPPLLEESS
  39.      On UNICOS systems, TTIINNYY((XX)) has a value that approximates
  40.       -8188
  41.      2      for real XX.
  42.  
  43.      On CRAY T90 systems that support IEEE arithmetic, TTIINNYY((XX)) has values
  44.      that approximate the following:
  45.         -125
  46.      * 2     for real ((KKIINNDD==44)) XX
  47.         -1021
  48.      * 2      for real ((KKIINNDD==88)) XX
  49.         -16381
  50.      * 2       for real ((KKIINNDD==1166)) XX
  51.  
  52.      On UNICOS/mk systems, TTIINNYY((XX)) has values that approximate the
  53.      following:
  54.         -125
  55.      * 2     for real ((KKIINNDD==44)) XX
  56.         -1021
  57.      * 2      for real ((KKIINNDD==88)) XX
  58.  
  59.      On IRIX systems, TTIINNYY((XX)) has values that approximate the following:
  60.         -125
  61.      * 2     for real ((KKIINNDD==44)) XX
  62.         -1021
  63.      * 2      for real ((KKIINNDD==88)) XX
  64.         -967
  65.      * 2     for real ((KKIINNDD==1166)) XX
  66.  
  67. SSEEEE AALLSSOO
  68.      MMOODDEELLSS(3I)
  69.  
  70.      _I_n_t_r_i_n_s_i_c _P_r_o_c_e_d_u_r_e_s _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l, publication SR-2138, for the
  71.      printed version of this man page.
  72.  
  73.